CxMssBlackoutEditor Object

The CxMssBlackoutEditor object is a dialog box-based editor for Blackout records of the Master Scheduling Service (MSS). Declare the object using the following code:

CreateObject("CxEditors.CxMssBlackoutEditor")

Each method in this document will assume you have declared and connected the CxMssBlackoutEditor object using the following code:

Dim MssBlackoutEditor

Set MssBlackoutEditor = CreateObject("CxEditors.CxMssBlackoutEditor")

MssBlackoutEditor.Connect("CYGDEMO.MSS")


More: